CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - numerical methods

搜索资源列表

  1. theartofcomputerprogrammingvolume1

    0下载:
  2. 第1卷首先介绍编程的基本概念和技术,然后详细讲解信息结构方面的内容,包括信息在计算机内部的表示方法、数据元素之间的结构关系,以及有效的信息处理方法。此外,书中还描述了编程在模拟、数值方法、符号计算、软件与系统设计等方面的初级应用。新版本增加了数十项简单但重要的算法和技术,并根据当前研究发展趋势在数学预备知识方面做了大量修改。-Volume 1 introduces the basic concepts of programming and technology, and then explain
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-01
    • 文件大小:13739233
    • 提供者:xingyunliushui
  1. semi-analytical-numerical-method

    0下载:
  2. 一本介绍半解析数值方法的经典之作,对从事数值分析及方法研究和应用的科研人员是不错的参考资料-Introduce a semi-analytical numerical method of classic, engaged in numerical analysis and methods of research and application of scientific research personnel is a good reference
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:7130041
    • 提供者:sjzdh
  1. numerical_matlab_code

    1下载:
  2. 《数值分析及其MATLAB实现》这本书以理论推导为基础,通过利用Matlab的底层库函数实现各个数值计算方法,而不是简单的调用高层函数,因此实现的算法过程很详细并具有很高的灵活性,便于自行学习和调整,实现了理论与实践的相统一。同时配有大量例题,并有Matlab数值计算、符号计算的基本使用方法。 -" " Numerical Analysis and MATLAB implementation, " " This book is based on a the
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:11005030
    • 提供者:
  1. fsk

    0下载:
  2. 用数值方法实现该fsk信号的相关型解调器,完成一个二进制fsk通信系统的仿真-Numerical methods used in the implementation of the relevant type fsk signal demodulator, to complete a binary fsk communication system simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1495
    • 提供者:欧米秋
  1. GaussEliminationSolutionOfEquations

    0下载:
  2. 高斯消元法解方程,数值计算方法课程的例子。-Gauss elimination solution of equations, numerical methods curriculum examples.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:10774
    • 提供者:lg
  1. CNumericalMethods

    0下载:
  2. It´ s about use of C for Numerical Methods
  3. 所属分类:Windows Develop

  1. nmm

    1下载:
  2. 这是《Numerical Methods with MATLAB: Implementation and Application》一书的配书程序(Matlab)-matlab code for "Numerical Methods with MATLAB: Implementation and Application"
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:319247
    • 提供者:cc
  1. Gaussian

    0下载:
  2. Numerical Methods- Gauss Elimination
  3. 所属分类:Algorithm

  1. sanjiao

    0下载:
  2. 数值方法实验:自己用java写的一个数值方法三角消元程序-Numerical Methods: triangular elimination
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2719
    • 提供者:huangciying
  1. MATLABtoo

    0下载:
  2. 最全的MATLAB工具箱免费下载——matlabsky Gerald Recktenwald 《Numerical Methods with MATLAB》(NMM1.5数值分析工具箱) -Most of the MATLAB toolbox free download- matlabsky Gerald Recktenwald " Numerical Methods with MATLAB" (NMM1.5 numerical analysis toolbox)
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:4849
    • 提供者:cxf
  1. Programacion_y_metodos_numericos

    0下载:
  2. Topics Practices: Programming and Numerical Methods Practice 1: Introduction to C Practice 2: Cycles and functions First part cycles Part Two: Roles Practice 3 - Floating point arithmetic Practice 4 - Search for roots of funct
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:84216
    • 提供者:DokiOki
  1. Analyse_numerique_optimisation

    0下载:
  2. numerical methods and introduction to optimisation
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2960121
    • 提供者:belfaiza
  1. ch11soft

    0下载:
  2. 这个主要是研究:Simple Numerical Methods for Scalar Conservation Laws-These codes will produce two ASCII output files: btcs.out or ctcs.out. Lists delta_t, delta_x, and lambda. Also lists the final time requested vs. actual final time (these may differ if
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:40480
    • 提供者:mcastle
  1. ch17soft

    0下载:
  2. 这个主要是研究:Basic Numerical Methods for Scalar Conservation Laws -These codes will produce two ASCII output files: lf.out, lw.out, roe.out, or bwsplit.out. Lists delta_t, delta_x, and lambda. Also lists the final time requested vs. actual final time
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:43881
    • 提供者:mcastle
  1. js

    0下载:
  2. 一些数值计算的方法,为fortran编写-Some numerical methods for the preparation of fortran
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:11900
    • 提供者:王起悟
  1. newton

    0下载:
  2. 牛顿迭代法求方程的根 数值方法中的算法 包括下山因子-Newton iteration equation for the root of the algorithm for numerical methods, including down factor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1004
    • 提供者:永远的罗罗
  1. numerical_methods_-_real-time_and_embedded_system

    0下载:
  2. Numerical Methods - Real-Time and Embedded Systems Programming-Numerical Methods- Real-Time and Embedded Systems Programming
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-07
    • 文件大小:1171042
    • 提供者:Tom
  1. Numerical_Methods_for_Scientists_and_Engineers

    1下载:
  2. Numerical Methods for Scientists and Engineers, djvu格式-Numerical Methods for Scientists and Engineers, djvu format
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3381029
    • 提供者:张博
  1. NumericalMethodsinEngineeringwithMATLAB

    0下载:
  2. Numerical Methods in Engineering with MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2817464
    • 提供者:rimi
  1. ch6

    0下载:
  2. 数值计算方法 数值计算方法 数值计算方法 数值计算方法 数值计算方法 数值计算方法 数值计算方法 数值计算方法 数值计算方法 -Numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numeri
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5604
    • 提供者:张三
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com